@media print {
	.pagebreak {
		page-break-before: always;
	}
	/* page-break-after works, as well */
}
/* ------------------------------------------------ */
/*Use css to control GridView Dynamic formatting and clear css when for Export to Excel*/
.gridview_parent {
	text-align: left;
	padding: 2px;
	FONT-FAMILY: verdana;
	background-color: White;
	border-color: #D3D7C3;
	border-width: 1px;
	Font-Size: 10px;
	color: black;
	/*Spec Col Width defined in code*/
	/*text-wrap: nowrap;*/
}
.gridview_child {
	text-align: left;
	padding: 2px;
	FONT-FAMILY: verdana;
	background-color: White;
	border-color: #D3D7C3;
	border-width: 1px;
	Font-Size: 10px;
	color: #7f6637;
	text-wrap: nowrap; /*leave it for child list*/
}



/* ------------------------------------------------ */
/* ----------------------General------------------- */
/* ------------------------------------------------ */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /*center the whole page*/
}


/* ------------------------------------------------ */
/* Tooltip container */
/* ------------------------------------------------ */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: grey;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -65%;
    right: -160%;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*left arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;/* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent grey transparent transparent;
}

/* ------------------LightBox UpdateProgress------------------------ */
.updateprogress_modal {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: slategray;
    opacity: 0.4;
}

.updateprogress_center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 260px;
    background-color: White;
    border-radius: 10px;

}

    .updateprogress_center img {
    }
/* ------------------LightBox------------------------ */
/* ------------------LightBox------------------------ */
/* ------------------LightBox------------------------ */
.black_overlay /*Block the back ground page while the lightbox is popup*/
{ 

	display:  none;
	/*display: block ;*/
	position: absolute ;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;/*uses the property opacity:x for transparency*/
	filter: alpha(opacity=80);
}

.white_content /*Display popup waiting message aera in the lightbox*/ {
    display: none;
    /*display: block none;*/
    position: absolute;
    top: 5%;
    left: 25%;
    width: 500px;
    height: 500px;
    padding: 16px;
    padding: 16px;
    border: 1px solid silver;
    background-color: white;
    z-index: 1002;
    overflow: auto; /*Default. Content is not clipped and scroll bars are not added.*/
}
	
}

/* ------------------ClientUser_Full Box------------------------ */
/* ------------------ClientUser_Full Box------------------------ */
/* ------------------ClientUser_Full Box------------------------ */
.white_content_full /*Display popup input form aera in the lightbox*/ {
    display: none;
    /*display: block none;*/
    position: absolute;
    top: 5%;
    left: 25%;
    width: 80%;
    height: 80%;
    padding: 16px;
    padding: 16px;
    border: 1px solid silver;
    background-color: red;
    z-index: 1002;
    overflow: visible; /*Default. Content is not clipped and scroll bars are not added.*/
}
/* ------------------AutoFill Box------------------------ */
/* ------------------AutoFill Box------------------------ */
/* ------------------AutoFill Box------------------------ */

.Div_Object_DataGrid_Claimant
{
	width: 650px; height: 300px; overflow:scroll; display: block;
}

.black_overlay_AutoFill /*Block the back ground page while the lightbox is popup*/
{ 

	display:  none;
	/*display: block ;*/
	position: absolute ;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;/*uses the property opacity:x for transparency*/
	filter: alpha(opacity=80);
}
.white_content_AutoFill /*Display popup waiting message aera in the lightbox*/
{ 
	display: none;
	/*display: block ;*/
	position: absolute;
	top: 3%;
	left: 3%;
	width: 50%;
	height: 15%;
	padding: 16px;
	border: 1px  solid silver;
	background-color: white;
	z-index:1002;
	overflow: visible;/*Default. Content is not clipped and scroll bars are not added.*/
	
}

/*#loading {
 position:absolute; z-index:1;
 width:100%; height:100%;
 left: 0; top: 0;
 background-color: #ffffff;
 background-color:Transparent;
 font: bold 14px Verdana;
 text-align: center;
 padding: 100px;
visibility :hidden ;
 visibility :visible  ;
}*/
/* ------------------LightBox------------------------ */
/* ------------------LightBox------------------------ */
/* ------------------LightBox------------------------ */
table /*Define the whole area width.*/
{
	/*width: 760px;Can't have this if using the dhtml calendar*/
}
/*Whole screen */
body
{
	/*background-image: url('images/Background.gif');*/
	 
	/*background-color: 	RGB(238,239,221);		dirt model*/
}

/* -----------------specific items---------------- */
P, h3,h4, ul, .Input_CheckBox
{
	FONT-SIZE: 10px; COLOR: #4c4c4c; FONT-FAMILY: verdana,arial
}

.Menu, ul
{
	padding-left: 0px;
	text-align: left;
	list-style-type:square; list-style-position:inside; 
	float:left;
}










/* ------------------Style Buttons------------------------ */
/* ------------------Style Buttons------------------------ */
/* ------------------Style Buttons------------------------ */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton
{
/*	background: transparent url('images/square-gray-left.gif') no-repeat top left; */
	display: block;
	float: left;
	font: bold 11px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 5px; /* 9 Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton
{
	color: #494949; /*button text color*/
}
 
a.squarebutton span
{
/*	background: transparent url('images/square-gray-right.gif') no-repeat top right; */
	display: block;
	padding:  4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	/*width :100px;*/
	
}

a.squarebutton:hover
{ /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span
{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}



/* ------------------Style Buttons------------------------ */
/* ------------------Style Buttons------------------------ */



/* ------------------TopTagBar------------------------ */
/* ------------------TopTagBar------------------------ */
/* ------------------TopTagBar------------------------ */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	width: 110%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}



/* ------------------Obj Menu------------------------ */
.TabbedPanelsTab_Menu {
	background-image: url('images/spry_taboff1.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	
	position: relative /*fixed*/;
	float: left;
	list-style: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	
}

.TabbedPanelsTab_Menu span {
	background-image: url('images/spry_taboff2.gif');
	background-repeat: no-repeat;
	background-position: right top;
	
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.7em;
	
	margin-left: 2px;
	margin-right: 2px;
}


/* ------------------Obj Tag------------------------ */
.TabbedPanelsTab {
	/*	background-image: url('images/spry_taboff1.gif');
	background-repeat: no-repeat;
	background-position:  left top;
*/
	position: relative;
	float: left;
	list-style: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	color: #666633;// #333333;
}

.TabbedPanelsTab span {
/*	background-image: url('images/spry_taboff2.gif');
	background-repeat: no-repeat;
	background-position: right top;
*/	
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.7em;
	
	margin-left: 2px;
	margin-right: 2px;
}

/* ------------------Obj Teg selected------------------------ */
.TabbedPanelsTabSelected {
	background-image: url('images/spry_tabon1.gif');
	background-repeat: no-repeat;
	background-position: left top ;
	
	position: relative;
	float: left;
	list-style: none;
	cursor: pointer;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	
	top: 1px;	
}
.TabbedPanelsTabSelected span{
/*	background-image: url('images/spry_tabon2.gif');*/
	background-repeat: no-repeat;
	background-position: right top;
	
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.7em;
	
	margin-left: 2px;
	margin-right: 2px;
}

/* ------------------Bottom line for the tags------------------------ */
.TabbedPanelsContentGroup {
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
	background-image: url('images/spry_tabcontent.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 0;
}













/* ------------------Old TopTagBar------------------------ */




/*--------remove the bullets---------*/
#nav-menu 
{
	margin: 0 0 0 0px;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin:  0 0 -5px 0;/*-5px at the bottom will make the tag behind the title bar a little so it looks like one piece.*/
}

/*--------Displaying the menu items inline---------*/
#nav-menu li
{
	/*background:  #dcdce9 url(images/panelright.gif) no-repeat right top; color of menu by default*/
	float: left;
	margin:  0 0.05em 0 0;

}

/*--------Making the boxes---------*/
#nav-menu li a
{
	/*	filter:progid:DXImageTransform.Microsoft.Gradient
		(GradientType=0, StartColorStr=#FFFFFF,EndColorStr=#c0c0c0);/*#D3D7C3*/
	height: 2em;
	line-height: 2em;
	float: left;
	width: 6em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	filter :progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	font-weight:bold;
	
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}
/* End hide */

/*-------assign a width to our CSS menu navigation--------
#nav-menu
{
width:50em;
}*/

/*--------changing img when mice over---------*/
#nav-menu li A:hover 
{
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#FFFFFF,EndColorStr=#c0c0c0);/*#D3D7C3*/


}


/* ------------------TopTagBar------------------------ */
/* ------------------TopTagBar------------------------ */
/* ------------------TopTagBar------------------------ */
.TopMenu_div{
	/*background-image: url('images/side.jpg');*/
	position:relative ;
	/*position: absolute;*/
	
	padding:0 0 0 0;
	margin: 0 0 0 0;
	
}
.TopMenu_div ul, .TopMenu_div
{
	/*width: 600px; width of menu*/
}

.TopMenu_div ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.TopMenu_div ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	float: left;
	text-align: center;
	
}

    
.TopMenu_div ul li a{
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9; /*white*/
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	width: 100px;
	/*width: 20%;*/
}

.TopMenu_div ul li a:visited{
	color: #606060; /*black*/
}

.TopMenu_div ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #606060; /*black*/
}


/* ------------------SideMenu------------------------ */
/* ------------------SideMenu------------------------ */
/* ------------------SideMenu------------------------ */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ urbangreymenu
*/.SideMenu_div1{
	/*background-image: url('images/side.jpg');*/
	position:relative ;
	/*position: absolute;*/
	left:-200px;/*Hide first*/
	top: 255px;
	
	height: 490px;/*Force side menu area have certain lengh*/
	
	padding:0 0 0 0;
	margin: 0 0 0 0;
	border-radius: 2px;
	
}

.SideMenu_div ul, .SideMenu_div
{
	width: 200px; /*width of menu*/
	border-radius: 4px;
}




.SideMenu_div .headerbar{
	font: normal 12px Arial;
	color: white;
	
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#c0c0c0,EndColorStr=#FFFFFF);*/
      
	background-color: #c0c0c0;/*#606060*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding:  7px 0 2px 7px; /*31px is left indentation of header text*/
	margin-top:0px;/*top spacing between each UL and rest of content*/
}


.SideMenu_div ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.SideMenu_div ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.SideMenu_div ul li a{
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9; /*white*/
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	/*width: 20%;*/
}

.SideMenu_div ul li a:visited{
	color: #606060; /*black*/
}

.SideMenu_div ul li a:hover{ /*hover state CSS*/
	Color:white;
	background: #808000; /*#606060black*/
}

/* ------------------SideMenu------------------------ */
/* ------------------SideMenu------------------------ */
/* ------------------SideMenu------------------------ */




/*A:link, A:visited, A:hover, A:active 
{
	color: darkred;
	text-decoration: none; 
	font-weight: BOLD ;
}*/



A:link {
	COLOR: #666666; 
	TEXT-DECORATION: none;
	/*TEXT-DECORATION: underline;*/
}
A:visited {
	COLOR: #666666; 
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #666666; 
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #666666/*#8bb901*/; 
	TEXT-DECORATION: underline;
}



DropDown_List
{

	/*background-color: white;		/*gray model*/
	background-color:RGB(212,213,195);	/*dirt model*/
}


input /*General Style*/
{
	BORDER-RIGHT: #d5cfc8 1px solid; 
	BORDER-TOP: #d5cfc8 1px solid; 
	BORDER-LEFT: #d5cfc8 1px solid; 
	BORDER-BOTTOM: #d5cfc8 1px solid

	/*background-color: 	white;				/*gray model*/
	/*background-color: 	RGB(238,239,221);		dirt model*/
	
	/*color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;*/
	
	/*border: ridge 1px RGB(212,213,195);dirt model*/
	/*border-top-color:RGB(239,239,239);*/
	/*border-left-color:RGB(239,239,239);*/
	/*border-right-color:LIGHTGRAY;*/
	/*border-bottom-color:LIGHTGRAY;*/
	/*border-color:LIGHTGRAY;/*gray model*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#f5f5f5,EndColorStr=#f8f8ff);*/
	
}

SELECT /*Drop down list*/
{
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #cccccc 1px solid; 
	COLOR: #666666; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BORDER-COLLAPSE: collapse
}

.Input_CheckBox
{
	width:600px;

}

.Input_TextBox
{
	font-weight: normal;
	font-size: 110%;
	/*width: 400px;*/
	height: 20px;
	/*background:gery;*/
	
}

.Input_SubmitButton,
.button_img/*show/hide icon*/
{
	border-width:0;
	/*width:60; */
}

TEXTAREA 
{
	FONT-SIZE: 11px; BACKGROUND: #ffffff; OVERFLOW: auto; 
}
.Note_Button
{
	width:180; /*Prelien Notes*/
}


.HideShow_Div
{
	display:none;
	visibility:hidden ;
}
.HideShow_Div_Show
{
	display:block;
	visibility:visible ;
}

/* ------------------------------------------------ */
/* ---------------- Common color style------------- */
/* ------------------------------------------------ */
/* Main Menu color change control is in Div_Root_Header_Main.ascx */

/*------------BK light gray color------------------------------------------*/
.Header_PictureBanner_Process_msg_td
{
	/*background-image: url('images/HeaderRight.jpg');*/
	/*background-color:RGB(55,102,181);RGB(216,212,183)  Top main msg*/
}

/*.Body_Process_div,*/
.Header_MainMenu_table td						/*main menu BK*/
{
	/*background-color: RGB(239,239,239);		/*gray model*/
	background-color: 	RGB(216,212,183);		/*dirt model*/
}


/*-BK light gray border--------------------------------------*/
.Header_MainMenu_table td				/*Main menu BK border*/
{
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#c0c0c0,EndColorStr=#FFFFFF);/*#D3D7C3*/

	/*border: 1px solid #dcdcdc;		/*gray model-*/
	border-right: 1px solid RGB(212,213,195);	/*dirt model*/
	border-bottom: 1px solid RGB(212,213,195);	/*dirt model*/
	/*border: 1px solid gray;	dirt model*/
}
.Header_PictureBanner_Process_img_td
{
	border-right: solid 1 solid RGB(212,213,195);
}
.Header_PictureBanner_Process_msg_td
{
	border-left: solid 1 solid RGB(212,213,195);
}

.Body_SubMenu_List_table td					/*sub menu BK*/
{

	/*border: 1px solid #dcdcdc;		/*gray model-*/
	border-top: 1px solid RGB(212,213,195);	/*dirt model*/
	border-left: 1px solid RGB(212,213,195);	/*dirt model*/
	border-right: 1px solid RGB(212,213,195);	/*dirt model*/
	border-bottom: 1px solid RGB(212,213,195);	/*dirt model*/
	/*border: 1px solid RGB(212,213,195);dirt model*/
		/*border: 1px solid gray;dirt model*/
}

.Body_Process_InputGroup_Input_table,	/*input area BK border*/
.Root_Body_Process_Output_Group_table	/*output area BK border*/
{
	/*
	--------------------------------------------------------------
	Dynamically load extra css file for different bk color of the input 
	by Action:
	Entry
	Search
	Edit
	--------------------------------------------------------------
	*/
	background-color: #EFEFEC; /* ghostwhite;ffccccInput area bk color*/

	/*border: 1px solid #dcdcdc;		/*gray model-*/
	border-right: 1px solid RGB(212,213,195);	/*dirt model*/
	border-bottom: 1px solid RGB(212,213,195);	/*dirt model*/
	/*border: 1px solid RGB(212,213,195);dirt model*/
	/*border: 1px solid gray;	dirt model*/
	BORDER:    1px solid RGB(212,213,195);	/*#CCCCCClight red bottom and right border*/
}


.Header_Message_td
{
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=1, StartColorStr=#FFFFFF,EndColorStr=#c0c0c0);/**/
}



/*-- BK dark gray color w light red border-----------------------------------------*/
.Body_Process_InputGroup_Title_table,			/*input sub group title BK*/
.Root_Body_Process_Output_Group_Title_table		/*output sub group title BK*/
{
/*
	background :url("images/page_bg.png") repeat-x 0px 0px;*/
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#c0c0c0,EndColorStr=#FFFFFF);
	/*background-color: #dcdcdc;				/*gray model-*/
	/*background-color: RGB(216,212,183);			dirt model*/
	/*BORDER-bottom:  1px dotted  darkgray; */
	/*BORDER-right:  1px solid RGB(138,102,68);	light red bottom and right border*/
	BORDER:  1px solid RGB(212,213,195);/*	#dcdcdclight red bottom and right border*/
}

.Body_SubMenu_GroupTitle_h3, 					/*sub menu main title BK*/
.Body_SubMenu_GroupTitle_h3_2 

{
/*	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#FFFFFF,EndColorStr=#c0c0c0);
	background-color: #dcdcdc;				/*gray model-*/
	/*background-color: RGB(216,212,183);			dirt model*/
	/*BORDER-bottom:  1px solid RGB(138,102,68); 
	BORDER-right:  1px solid RGB(138,102,68);	light red bottom and right border*/
	/*BORDER:  1px solid RGB(138,102,68);	light red bottom and right border*/
/*	BORDER:  1px solid RGB(212,213,195);	/*light red bottom and right border*/*/
}



/*-- Mouse over event style change -----------------------------------------*/
.Body_SubMenuWhole_List_MenuTitle_p_Mover
{
	background-Color:  RGB(216,212,183);
}
.Body_SubMenuWhole_List_MenuTitle_p_Mout
{
	background-Color: none /*RGB(238,239,221)*/;
}


/* ------------------------------------------------ */
/* ---------------- Common Font style-------------- */
/* ------------------------------------------------ */
/*-------Menu/Description text light red color------*/
.Header_MainMenu_table p,									/*main menu text*/
.FooterLink_table p,										/*footer menu text*/
.Body_SubMenu_Description_p,								
.Body_SubMenu_List_Description_p,							/*sub menu description text*/
.Body_Process_Description_p, 
.Body_Process_InputGroup_Description_p, 
.Body_Process_InputGroup_Input_Description_p,				/*input description text*/
.Body_Process_Output_Description_p,
.Root_Body_Process_Output_Group_Description_p,
.Root_Body_Process_Output_Group_Output_Value_Description_p, .Input_CheckBox /*output description text*/
{
	color: #7f6637;
}
.Body_Process_List_Action_p
{
	color: #7f6637;/*color: RGB(150,97,65)*/
}
.Header_PictureBanner_Process_msg_td p /*Top Main menu msg text*/
{
	color:White;
}
.Body_SubMenuWhole_List_MenuTitle_p_SubMenu /*Whole Menu list item w a sub menu*/
{
	color :black;
}

.Body_SubMenuWhole_List_MenuTitle_p_Mover,
.Body_SubMenuWhole_List_MenuTitle_p_Mout,
.Body_SubMenuWhole_List_MenuTitle_p /*Whole Menu list item w/o a sub menu*/
{
	color :RGB(138,102,68);
}

.Body_Process_InputGroup_Input_Message_p /*output description text*/
{
	/*background-Color: red;*/
	color: white;/*color: RGB(150,97,65)*/
	font-size:10px;
	font-weight:bold;
}
/* -------------------Font Size-------------------- */
/*--------Header------------------*/
.Header_Message_td p					/*Header Hello Msg*/
{
	font-size:10px;
	font-weight:bold;
}	
.Header_MainMenu_table p				/*Menu text color*/
{
	font-size: 12px;
	font-weight:bold;
}
.Header_PictureBanner_Process_msg_td p	/*Header Banner ADs Msg text color*/
{
	font-size: 13px;
	font-weight:bold;
}
/*--------sub/Side Menu------------------*/
.Body_SubMenu_GroupTitle_h3,
.Body_SubMenu_GroupTitle_h3_2  
{
	font-size: 12px; 
	font-weight:bold;
}

.Body_SubMenu_List_MenuTitle_p
{
	font-weight:bold; 
	font-size: 10px;
}
.Body_SubMenu_Description_p,
.Body_SubMenu_List_Description_p
{
	font-size: 12px;
}

/*--------Process------------------*/
.Body_Process_Title_p /*, .Root_Body_Process_Output_Title_table  p*/
{
	font-size:25px/*20px*/;
	font-family:Arial;
	font-weight:bold/*normal*/;
    color:#c0c0c0/*RGB(165.133.92)*/;
}

/*.Body_Process_InputGroup_Title_table  p, 
.Root_Body_Process_Output_Group_Title_table p 
{
	font-size: 12px;
	font-weight:bold;
}

.Body_Process_InputGroup_Title_table  , */

.Body_Process_InputGroup_Title_p   
{
	font-weight:bold;
	font-size: 10px;
}

.Body_Process_SubMenu_p   
{
	font-weight: bold;
	font-size: 12px;
}

.Root_Body_Process_Output_Group_Title_table, 
.Body_Process_InputGroup_Input_Title_p, 
.Root_Body_Process_Output_Group_Output_Title_p,
.Root_Body_Process_Output_Group_Output_Title_p
{
	font-size: 12px;
}

.Body_Process_Output_Description_p
{
	font-size: 10px;
}
.Body_Process_Description_p,
.Body_Process_InputGroup_Description_p, 
.Root_Body_Process_Output_Group_Description_p,
.Body_Process_InputGroup_Input_Description_p, 
.Root_Body_Process_Output_Group_Output_Value_Description_p,
.Root_Body_Process_Output_Group_Output_Value_Description_p, /*top-bottom*/
.FooterMessage_table p,
.FooterLink_table p
{
	font-size: 12px;
}
.Body_Process_List_Action_p
{
	font-size: 10px;
}

/* ----------Info---------------- */
.Info td,
.Info p
{
	/*font-weight:300;*/
	font-size: 10px;
}







/* ------------------------------------------------ */
/* ----------------------Header-------------------- */
/* ------------------------------------------------ */

.Header_div /*main div*/
{
	/*position: absolute;*/
	position: relative;
	left: 10px;
	top: -5px;

	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

/* ----------------------line 1 Logo/Msg -------------- */
.Header_Logo_table
{
	width: 765px;
	border-collapse: collapse;
	margin:  0 0 0 0;
	padding : 0 0 0 0px;
}

/*------------*/
.Header_Logo_td img
{
	border-style: none;
	width: 227px;
	height: 74px;
}

/*------------*/
.Header_Message_td 
{
	vertical-align: bottom;
	text-align: right;
	padding-bottom:10px;
}


/* ------------------- line 2 mainMenu ------------- */
.Header_MainMenu_table /*table*/
{
	width: 765px;
	border-collapse: collapse;
}
/*------------*/
.Header_MainMenu_table td
{
	width: 16%;
	height: 20px;
	
	vertical-align:middle;
	text-align: center;
}


/* ------------------- line 3 Banner------------- */

/*-----line 3 Banner Info version-------*/
.Header_PictureBanner_Main_table 
{
	border-collapse:collapse;
}
.Header_PictureBanner_Main_table td
{
	padding: 0 0 0 0px;/*get rid off the gap*/
}
.Header_PictureBanner_Main_table img
{/*
	width: 764px;
	height: 232px;
	border: 0px;
	margin:  0 0 0 0px;
	padding : 0 0 0 0px;
	//BORDER:  1px solid RGB(212,213,195);	light red bottom and right border*/
}

/*------line 3 Banner Process version------*/
.Header_PictureBanner_Process_table
{/*
	border-collapse:collapse;
	width :700px;
	margin:  0 0 0 0px;
	//BORDER:  1px solid RGB(212,213,195);	light red bottom and right border*/
}
/*------Left Img------*/
.Header_PictureBanner_Process_img_td /*td*/
{
	/*padding: 0 0 0 0px;get rid off the gap*/
	/*background-image: url('images/building.jpg');*/
}
.Header_PictureBanner_Process_img_td img {
		/*
	width: 289px;
	height : 106px;
	border: 0px;

	padding: 0 0 0 0px;
	margin:  0 0 0 0px;
	/*BORDER:  1px solid RGB(212,213,195);	light red bottom and right border*/
		/*vertical-align: top;*/
	}
/*------Right Msg------*/
.Header_PictureBanner_Process_msg_td {
	/*width: 730px;//454px;
	height:106px;
	margin: 0 0 0 0px;
	padding: 5 26 10 0px;Top Right Bottom Left
	/*background-image: url('images/truck.jpeg');
	background-image: url('images/banner.svg');*/
	/*BORDER:  1px solid RGB(212,213,195);	light red bottom and right border*/
	/*vertical-align: bottom;
	/*text-align: right;*/
}



/* ------------------------------------------------ */
/* -----------------------Body--------------------- */
/* ------------------------------------------------ */
.Mainbody /*main div*/
{
	/*position: absolute;*/
	position:relative;
	left:10px;
	top:0px;

	margin: 0px 0 0 0 ;
	padding: 0 0 0 0;
}





/* ------------------------------------------------ */
/* -------------------Body_SubMenu----------------- */
.Body_SubMenu_div
{
	/*position: absolute;*/
	position: relative;
	top: -3px;
	left: -1px;

	margin: 10px 0 0 0;
	padding:0 0 0 0;
}
/*------------*/
.Body_SubMenu_List_table /*table*/
{
	width: 560px;
	
	padding:0 0 0 0;
	margin:1 0 0 0px;
}



.Body_SubMenuWhole_List_MenuTitle_p_Mover,
.Body_SubMenuWhole_List_MenuTitle_p_Mout,
.Body_SubMenuWhole_List_MenuTitle_p, /*table*/
.Body_SubMenuWhole_List_MenuTitle_td,
.Body_SubMenuWhole_List_MenuTitle_p_SubMenu
{
	/*border: dotted 1 black;
	width: 560px; */
	
	padding:0 0 0 0;
	margin:1 0 0 0px;
}





/*-----Main title-------*/
.Body_SubMenu_GroupTitle_h3 
{
	width: 245px;
	/*width: 560px;*/
	height: 25px;

	padding:0 0 0 0;
	margin:0 0 0 0px;
	
	text-align:  center;
}
.Body_SubMenu_GroupTitle_h3_2 
{
	width: 365px;
	/*width: 560px;*/
	height: 25px;

	padding:0 0 0 0;
	margin:0 0 0 0px;
	
	text-align:  center;
}
.Body_SubMenu_Description_p
{
	text-align: center;
}

/*-----sub menu title-------*/
.Body_SubMenu_List_MenuTitle_td
{
	height: 55;
	border-width:0px;
	vertical-align: text-top; 
	padding:  5 0 0 0;
}
.Body_SubMenu_List_MenuTitle_p
{
	margin:10 0 0 0px;
	text-align: center;
}
.Body_SubMenu_List_Description_p
{
	margin: 10 0 10 10px;
	text-align: left;
}



/* ------------------------------------------------ */
/* ---------------Process(Input.Output)----------- */

/* -Same Widtrh- 605*/
.Body_Process_div, 
.Root_Body_Process_Output_div,
/* -Same Widtrh- 610 .Body_Process_InputGroup_Title_table, */
.Body_Process_Title_table, .Root_Body_Process_Output_Title_table,
.Body_Process_InputGroup_Input_table, 
.Root_Body_Process_Output_Group_Title_table, .Root_Body_Process_Output_Group_table,
.Body_Process_Buttons_div, 
.Body_Process_InputGroup_Title_table
{
	width: 704px;
}


.Body_Process_div, .Root_Body_Process_Output_div
{
	/*position:absolute;*/
	position: relative ;
	/*left: 85px;*/
	left: 20px;
	top: 2px;
	padding:0 0 0 0px;
	
	height :704px;
}

/*------------*/
.Body_Process_Title_table 
{
	margin:  20 0 30 0px;
}
.Root_Body_Process_Output_Title_table,
.Body_Process_InputGroup_Title_table,
.Root_Body_Process_Output_Group_Title_table, 
.Body_Process_Buttons_div 
{
	margin:  0 0 0 0px;
}
.Body_Process_InputGroup_Input_table, 
.Root_Body_Process_Output_Group_table
{
	margin:   0 0 1 0px;/*1 for the recipient sub menu gap */
	/*padding:  0 0 0 10px;*/
}

/*--------Main Title------------------*/
.Body_Process_Title_table, .Root_Body_Process_Output_Title_table 
{
	height: 25px;
	padding: 0 0 0 0;

	text-align: center;
}
/*-Main Title Description-*/
.Body_Process_Description_p, .Body_Process_Output_Description_p
{
	text-align: center;
}

/*--------Sub Title------------------*/
.Body_Process_InputGroup_Title_table  , .Root_Body_Process_Output_Group_Title_table 
{
	height: 25px;
	padding: 0 0 0 0;

	text-align: left;
}
.Body_Process_InputGroup_Input_Title_td		
{
	height: 25px;
	/*width: 200px;*/

	vertical-align: top;
}

.Body_Process_InputGroup_Title_p /*Input group title bar text*/
{
	margin: 0 0 0 50;
	text-align: left;
}
.Body_Process_SubMenu_p   
{
	margin: 0 0 0 0;
	text-align: center;
}


.Body_Process_InputGroup_Input_Title_p, 
.Root_Body_Process_Output_Group_Output_Title_p,
.Root_Body_Process_Output_Group_Output_Title_p
{
	text-align: right;
}
/*-Sub Title Description-*/
.Body_Process_InputGroup_Description_p
{
	margin:  0 10 0 10;
	text-align: right;
}
.Body_Process_List_Action_p
{
	margin:   0 10 0 10;
	text-align: left;
}

.Root_Body_Process_Output_Group_Description_p
{
	text-align: center;
}
/*--------Details----*/
.Body_Process_InputGroup_Input_InputBox_td
{
	height: 15px;
	border-width: 0;

	vertical-align: top;
}

/*--------Details Description----*/	
.Body_Process_InputGroup_Input_Description_p, .Root_Body_Process_Output_Group_Output_Value_Description_p
{
	text-align: left;

	margin: 0 0 0 0;
	padding:0 0 0 0;
}


/* ------------------------------------------------ */
/* ------------------top/bottom sign--------------- */
.Root_Body_Process_Output_Group_Output_Value_Description_p /*top-bottom*/
{
	text-align: center;
}


/* ------------------------------------------------ */
/* ------------------_Buttons---------------------- */
.Body_Process_Buttons_div 
{
	POSITION: relative;
	top: 0px;
	left: 500px;

	margin: 0 0 0 0;
	padding:0 0 0 0;

	text-align: left;
}


/* ------------------------------------------------ */
/* ----------------------Footer-------------------- */
/* ------------------------------------------------ */
.Footer_div /*main div*/
{
	width: 764px;
	POSITION: relative;
	top: 4px;
	left: 8px;

	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	/*BORDER:  1px solid RGB(212,213,195);*/
	}

.FooterMessage_table, .FooterLink_table
{
	width: 764px;
	
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.FooterMessage_table td
{
	width:16%;
	height:40px;
	
	/*background-image: url('images/Footerbar.jpg');
	BORDER-bottom: 1px solid RGB(212,213,195); */
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0, StartColorStr=#FFFFFF,EndColorStr=#D3D7C3);
	BORDER-right: 1px solid RGB(198,165,124); 
	BORDER-left: 1px solid RGB(198,165,124); */
	BORDER-top:  1px solid RGB(212,213,195);	/*light red bottom and right border*/

	text-align: center;
}


/* --------------footer menu------------ */
.FooterLink_table 
{
	border-collapse: collapse;/*to make sure right and left border overlap together*/
}

.FooterLink_table td
{
	width:16%;
	
	/*BORDER-right:  1px solid RGB(198,165,124); 
	BORDER-left:  1px solid RGB(198,165,124); */
}

.FooterLink_table p
{
	text-align: center;
}



/* ------------------------------------------------ */
/* ------------------------Info-------------------- */
/* ------------------------------------------------ */
.Info /*main div*/
{
	/*position:absolute;*/
	POSITION:relative ;
	top: -1px;
	left: 10px;
	width: 760px;
	BORDER:  1px solid RGB(212,213,195);/**/

	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
}
	
.Info table
{
	width: 740px;
	margin-left: 10px;

	border: 1;
	/*cellpadding: 0;
	cellspacing: 0;*/
}

.Info td
{
	padding: 0 0 0 0;

	text-align: center;
}
.Info p
{
	text-align: center;
}



/* ------------------------------------------------ */
/* ------------------------End--------------------- */
/* ------------------------------------------------ */




/* ------------------------------------------------ */
/* ----------------------calendar------------------- */
/* ------------------------------------------------ */



table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}




